Equity Stock Watch from NSE - Print Entire Table
Data compiled from NSE Stock Exchange
{% for c in range(colscount) %}
{{headerdata[c]}}
{% endfor %}
{% for i in range(rowscount) %}
{% for c in range(colscount) %}
{{totalrows[i][c]}}
{% endfor %}
{% endfor %}